runtime/pprof.keysByCount.keys (field)
8 uses
runtime/pprof (current package)
pprof.go#L561: keys []string
pprof.go#L565: func (x *keysByCount) Len() int { return len(x.keys) }
pprof.go#L566: func (x *keysByCount) Swap(i, j int) { x.keys[i], x.keys[j] = x.keys[j], x.keys[i] }
pprof.go#L568: ki, kj := x.keys[i], x.keys[j]
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)